[][src]Crate containers_rs

Traits

Array

Statically-sized array stored in the heap.

Container

Trait for a simple container.

CopyDictionary

Key-value map that also uses the [bracket] operators to access and modify the internal data.

CopyMap

Trait for a container indexed by a value that implements Copy and Eq.

Dictionary

Key-value map that also uses the [bracket] operators to access and modify the internal data.

DynamicArray

Dynamically changing array of values.

DynamicContainer

Trait that represents dynamically growing containers.

Map

Trait for a container indexed by a value that implements Eq.